projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e02a88
)
xenpmd: Fix makefile for 'make install'.
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 23 Oct 2008 10:20:44 +0000
(11:20 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 23 Oct 2008 10:20:44 +0000
(11:20 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/xenpmd/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenpmd/Makefile
b/tools/xenpmd/Makefile
index 0e9f54040c7089894eb47230e7d9747f310f7c97..6fc31a46b41ce9e10d7d57fb3bb3098326677b61 100644
(file)
--- a/
tools/xenpmd/Makefile
+++ b/
tools/xenpmd/Makefile
@@
-10,6
+10,11
@@
BIN = xenpmd
.PHONY: all
all: $(BIN)
+.PHONY: install
+install: all
+ $(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
+ $(INSTALL_PROG) $(BIN) $(DESTDIR)$(SBINDIR)
+
.PHONY: clean
clean:
$(RM) -f $(BIN)